Size

data class Size(width: Int, height: Int)

Describes the width and height dimensions of an entity.

Constructors

Size
Link copied to clipboard
fun Size(width: Int, height: Int)

Properties

height
Link copied to clipboard
val height: Int
Height in pixels.
width
Link copied to clipboard
val width: Int
Width in pixels.

Sources

jvm source
Link copied to clipboard